@keyframes qodef-opener-line-draw {
    0% {
        transform: scaleX(1);
        transform-origin: right
    }

    55% {
        transform: scaleX(0);
        transform-origin: right
    }

    56% {
        transform: scaleX(0);
        transform-origin: left
    }

    100% {
        transform: scaleX(1);
        transform-origin: left
    }
}

@keyframes qodef-closer-line-draw {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    55% {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0)
    }

    56% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-border-line-draw {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes qodef-fs-menu-svg {
    0% {
        stroke-dashoffset: 1125
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes qode-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes qode-ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        transform: translateY(145%)
    }
}

@keyframes qode-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes qode-double-pulse {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes qode-cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes qode-rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-stretch-delay {

    0%,
    100%,
    40% {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@keyframes qode-bounce-delay {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes qode-rotate-circles {
    to {
        transform: rotate(360deg)
    }
}

@keyframes qode-atom-position {
    50% {
        top: 80px;
        left: 80px
    }
}

@keyframes qode-atom-size {
    50% {
        transform: scale(.5)
    }
}

@keyframes qode-atom-zindex {
    100% {
        z-index: 10
    }
}

@keyframes qode-atom-shrink {
    50% {
        transform: scale(.8)
    }
}

@keyframes qode-clock {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-clock-1 {
    0% {
        transform: rotate(-135deg)
    }

    30% {
        transform: rotate(-450deg)
    }

    100% {
        transform: rotate(-450deg)
    }
}

@keyframes qode-clock-2 {
    5% {
        transform: rotate(-90deg)
    }

    35% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes qode-clock-3 {
    10% {
        transform: rotate(-45deg)
    }

    40% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-clock-4 {
    15% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(-315deg)
    }

    100% {
        transform: rotate(-315deg)
    }
}

@keyframes qode-mitosis-invert {
    100% {
        transform: rotate(180deg)
    }
}

@keyframes qode-mitosis-ball-1 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1, .8)
    }

    40% {
        transform: translateX(50%) scale(.8, .8)
    }

    60% {
        transform: translateX(50%) scale(.8, .8)
    }

    74% {
        transform: translate(50%, 25%) scale(.6, .8)
    }

    88% {
        transform: translate(50%, 50%) scale(.6, .6)
    }

    100% {
        transform: translate(50%, 50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-2 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1, .8)
    }

    40% {
        transform: translateX(50%) scale(.8, .8)
    }

    60% {
        transform: translateX(50%) scale(.8, .8)
    }

    74% {
        transform: translate(50%, -25%) scale(.6, .8)
    }

    88% {
        transform: translate(50%, -50%) scale(.6, .6)
    }

    100% {
        transform: translate(50%, -50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-3 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1, .8)
    }

    40% {
        transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        transform: translate(-50%, 25%) scale(.6, .8)
    }

    88% {
        transform: translate(-50%, 50%) scale(.6, .6)
    }

    100% {
        transform: translate(-50%, 50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-4 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1, .8)
    }

    40% {
        transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        transform: translate(-50%, -25%) scale(.6, .8)
    }

    88% {
        transform: translate(-50%, -50%) scale(.6, .6)
    }

    100% {
        transform: translate(-50%, -50%) scale(.6, .6)
    }
}

@keyframes qode-lines-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fussion-ball-1 {
    50% {
        top: -100%;
        left: 200%
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-2 {
    50% {
        top: 200%;
        left: 200%
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-fussion-ball-3 {
    50% {
        top: 200%;
        left: -100%
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-4 {
    50% {
        top: -100%;
        left: -100%
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-wave-jump-1 {
    12% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }

    100%,
    24% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-jump-2 {
    12% {
        transform: translate(0, 0)
    }

    24% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }

    100%,
    36% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-jump-3 {
    24% {
        transform: translate(0, 0)
    }

    36% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }

    100%,
    48% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-wipe {

    100%,
    48% {
        transform: translateX(-120px)
    }
}

@keyframes qode-pulse-circles-pulse {
    0% {
        transform: scale(.1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes qode-bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes qode-pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0
}

* {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    background-color: #f6f3ee;
    color: #696969;
    font-family: monospace;
    font-size: 1em;
    margin: 15px 0;
    max-width: 100%;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #f6f3ee;
    color: #696969;
    font-family: monospace, monospace;
    font-size: 1em;
    padding: 0
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    width: 100%
}

table tr {
    border: 1px solid var(--qode-additional-border-color)
}

table th {
    border-right: 1px solid var(--qode-additional-border-color);
    padding: 5px 7px;
    text-align: left
}

table td {
    border: 0;
    border-right: 1px solid var(--qode-additional-border-color);
    padding: 5px 10px;
    text-align: left
}

table td br {
    display: none
}

hr {
    background-color: var(--qode-border-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 1.5em
}

hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

body:not([class*=oraiste-core]) hr {
    clear: both
}

ol,
ul {
    list-style-position: inside;
    margin-bottom: 1.5em;
    padding: 0
}

ol.wp-block,
ul.wp-block {
    margin-bottom: 1.5em
}

ol:not(.wp-block),
ul:not(.wp-block) {
    margin: 0 0 1.5em
}

li>ol:not(.wp-block),
li>ul:not(.wp-block) {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

a img {
    border: none
}

.wp-caption,
img {
    height: auto;
    max-width: 100%
}

img {
    border-style: none;
    vertical-align: middle
}

figure {
    margin: 0
}

figure.alignleft {
    margin-right: 1.5em
}

figure.alignright {
    margin-left: 1.5em
}

embed,
iframe,
object {
    display: block;
    max-width: 100%
}

video {
    display: block
}

embed,
object {
    height: auto
}

label {
    color: var(--qode-additional-text-color);
    display: block;
    font-size: .866em;
    margin-bottom: .5em
}

fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em
}

input[type=submit] {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

kbd,
samp {
    background-color: var(--qode-additional-background-color);
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption,
.wp-caption,
figcaption {
    color: var(--qode-text-color) !important;
    display: block;
    font-family: Prompt, sans-serif !important;
    font-size: 13px !important;
    line-height: 1em !important;
    font-weight: 300 !important;
    margin: 10px auto 0;
    max-width: 100%;
    opacity: 1;
    text-align: left
}

.gallery-caption a,
.wp-caption a,
figcaption a {
    color: inherit
}

.wp-caption .wp-caption-text {
    opacity: 1
}

blockquote.instagram-media,
iframe.instagram-media {
    margin: auto !important
}

.bypostauthor,
.sticky {
    opacity: 1
}

::selection {
    background-color: var(--qode-main-color);
    color: var(--qode-background-color)
}

::-moz-selection {
    background-color: var(--qode-main-color);
    color: var(--qode-background-color)
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    line-height: 1;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
    word-wrap: normal !important;
    overflow: hidden
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    z-index: 100000
}

#qodef-page-content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    text-align: left;
    margin: 1rem 2rem 1rem 0 !important;
    clear: left
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    text-align: right;
    margin: 1rem 0 1rem 2rem !important;
    clear: right
}

body:not([class*=oraiste-core]) .alignright {
    clear: right
}

.qodef-content-alignment-left {
    text-align: left
}

.qodef-content-alignment-center {
    text-align: center
}

.qodef-content-alignment-right {
    text-align: right
}

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
    content: '';
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
    clear: both
}

body {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    background-color: var(--qode-background-color);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

.qodef-h1,
h1 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h1-fs);
    line-height: var(--qode-h1-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h1 a,
h1 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h1 a:focus,
.qodef-h1 a:hover,
h1 a:focus,
h1 a:hover {
    color: var(--qode-link-hover-color)
}

.qodef-h2,
h2 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h2-fs);
    line-height: var(--qode-h2-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h2 a,
h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h2 a:focus,
.qodef-h2 a:hover,
h2 a:focus,
h2 a:hover {
    color: var(--qode-link-hover-color)
}

.qodef-h3,
h3 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h3 a,
h3 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h3 a:focus,
.qodef-h3 a:hover,
h3 a:focus,
h3 a:hover {
    color: var(--qode-link-hover-color)
}

.qodef-h4,
h4 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h4-fs);
    line-height: var(--qode-h4-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h4 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h4 a:focus,
.qodef-h4 a:hover,
h4 a:focus,
h4 a:hover {
    color: var(--qode-link-hover-color)
}

.qodef-h5,
h5 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h5-fs);
    line-height: var(--qode-h5-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h5 a,
h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h5 a:focus,
.qodef-h5 a:hover,
h5 a:focus,
h5 a:hover {
    color: var(--qode-link-hover-color)
}

.qodef-h6,
h6 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h6-fs);
    line-height: var(--qode-h6-lh);
    font-weight: var(--qode-h6-fw);
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h6 a,
h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h6 a:focus,
.qodef-h6 a:hover,
h6 a:focus,
h6 a:hover {
    color: var(--qode-link-hover-color)
}

a,
p a {
    color: var(--qode-link-color);
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

a:focus,
a:hover,
p a:focus,
p a:hover {
    color: var(--qode-link-hover-color)
}

p {
    margin: 10px 0
}

p.has-large-font-size {
    line-height: 1.666em
}

p.has-background {
    padding: 20px 30px
}

.wp-block-quote,
blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h2-fs);
    line-height: var(--qode-h2-lh);
    font-weight: var(--qode-heading-font-weight);
    border: none;
    line-height: 1em;
    padding: 20px 10% 20px 10%;
    position: relative;
    margin: 0;
    quotes: none
}

.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
    margin: 0;
    padding: 18px 10% 20px 0
}

.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
    padding: 25px !important;
    text-align: center
}

.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
    max-width: 290px
}

.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-quote:after,
.wp-block-quote:before,
blockquote:after,
blockquote:before {
    content: ''
}

.wp-block-quote>*,
blockquote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}

.wp-block-quote p,
blockquote p {
    margin: 0 !important
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400 !important;
    margin: 10px 0 0;
    text-align: inherit !important;
    text-transform: uppercase !important
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: var(--qode-background-color);
    border-radius: 0;
    box-sizing: border-box;
    color: var(--qode-text-color);
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 34px;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    background-color: var(--qode-background-color);
    border-color: var(--qode-heading-color);
    color: var(--qode-heading-color)
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: 1
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    border-bottom: 1px solid var(--qode-border-color);
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 4px 3px
}

textarea {
    border: 1px solid var(--qode-border-color);
    padding: 8px 10px
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none
}

input[type=checkbox] {
    -webkit-appearance: initial;
    appearance: initial;
    color: var(--qode-additional-text-color);
    height: 15px;
    position: relative;
    visibility: hidden;
    width: 15px
}

input[type=checkbox]:before {
    border: 1px solid currentColor;
    box-sizing: border-box;
    content: '';
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    width: 15px
}

input[type=checkbox]:checked:after {
    color: currentColor;
    content: '\2713';
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: visible;
    width: 15px
}

.post-password-form input[type=password] {
    margin-top: .5em
}

@media only screen and (min-width:769px) {
    .post-password-form input[type=password] {
        display: block;
        max-width: 50%
    }
}

.qodef-theme-button,
button[type=submit]:not(.qodef-button),
input[type=submit]:not(.qodef-button) {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 10px 39px;
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color);
    border: 1px solid transparent;
    cursor: pointer
}

.qodef-theme-button:hover,
button[type=submit]:not(.qodef-button):hover,
input[type=submit]:not(.qodef-button):hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color)
}

.qodef-theme-button span,
button[type=submit]:not(.qodef-button) span {
    display: block;
    line-height: inherit
}

.qodef-theme-button span:before,
button[type=submit]:not(.qodef-button) span:before {
    display: block;
    line-height: inherit
}

select {
    -webkit-appearance: none;
    background-color: var(--qode-background-color);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--qode-border-color);
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    color: var(--qode-text-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    height: auto;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 3px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

select option {
    color: var(--qode-text-color)
}

select:disabled {
    background-color: var(--qode-additional-background-color);
    border-color: inherit;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

select.qodef-arrow--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==)
}

[class*=oraiste] .select2-container--default {
    display: inline-block;
    margin: 0 0 34px;
    position: relative;
    vertical-align: top;
    width: auto
}

[class*=oraiste] .select2-container--default .select2-selection--single {
    background-color: var(--qode-background-color);
    border-bottom: 1px solid var(--qode-border-color);
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    color: var(--qode-text-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    height: auto;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    color: var(--qode-text-color);
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\25BE';
    font-family: initial;
    display: block;
    font-style: normal;
    line-height: inherit
}

[class*=oraiste] .select2-container--default .select2-selection--multiple {
    background-color: var(--qode-background-color);
    border-bottom: 1px solid var(--qode-border-color);
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    color: var(--qode-text-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    height: auto;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    padding: 0
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
    color: inherit;
    float: left;
    margin: 0
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #000;
    border: 0;
    border-radius: 0;
    color: var(--qode-background-color);
    cursor: default;
    float: left;
    margin: 2px;
    padding: 5px 10px
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    font-size: 120%;
    margin: 0 7px 0 0;
    transition: opacity .2s ease-out
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: .8
}

[class*=oraiste] .select2-container--default .select2-search--inline {
    float: left
}

[class*=oraiste] .select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: none;
    border: none !important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 !important;
    outline: 0;
    padding: 0 !important;
    width: 100%
}

[class*=oraiste] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=oraiste] .select2-container--default .select2-dropdown {
    background-color: var(--qode-background-color);
    border: 1px solid var(--qode-additional-border-color);
    border-radius: 0;
    display: block;
    left: -100000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

.admin-bar[class*=oraiste] .select2-container--default .select2-dropdown {
    top: 32px
}

@media only screen and (max-width:782px) {
    .admin-bar[class*=oraiste] .select2-container--default .select2-dropdown {
        top: 46px
    }
}

[class*=oraiste] .select2-container--default .select2-dropdown.qodef--flat {
    background-color: var(--qode-submenu-background-color);
    border: none;
    color: var(--qode-additional-text-color);
    text-align: right;
    left: 20px !important
}

@media only screen and (max-width:680px) {
    [class*=oraiste] .select2-container--default .select2-dropdown.qodef--flat {
        text-align: left;
        left: -20px !important
    }
}

[class*=oraiste] .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px
}

[class*=oraiste] .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none
}

[class*=oraiste] .select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--qode-additional-border-color);
    color: var(--qode-text-color);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 4px 8px;
    width: 100%
}

[class*=oraiste] .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background-color: transparent;
    border-color: var(--qode-additional-border-color);
    color: var(--qode-text-color)
}

[class*=oraiste] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=oraiste] .select2-container--default .select2-results {
    display: block
}

[class*=oraiste] .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

[class*=oraiste] .select2-container--default .select2-results__options {
    list-style: none;
    margin: 20px 0;
    padding: 0 20px;
    position: relative
}

[class*=oraiste] .select2-container--default .select2-results__option {
    font-size: 15px;
    line-height: 24px;
    padding: 3px 0;
    transition: color .2s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=oraiste] .select2-container--default .select2-results__option[aria-selected] {
    cursor: pointer
}

[class*=oraiste] .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

[class*=oraiste] .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #000
}

[class*=oraiste] .select2-container--default .select2-results__option[aria-selected=true],
[class*=oraiste] .select2-container--default .select2-results__option[data-selected=true] {
    background: 0 0;
    color: var(--qode-heading-color)
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

[class*=oraiste] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: var(--qode-heading-color)
}

[class*=oraiste] .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 7px 0
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px
}

[class*=oraiste] .select2-container--default.select2-container--focus .select2-selection--multiple,
[class*=oraiste] .select2-container--default.select2-container--focus .select2-selection--single {
    border-left: none;
    border-right: none;
    border-top: none
}

[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--multiple,
[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--qode-additional-background-color);
    cursor: default
}

[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

[class*=oraiste] .select2-container--default.select2-container--open .select2-selection--multiple,
[class*=oraiste] .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--qode-additional-border-color);
    color: var(--qode-heading-color)
}

[class*=oraiste] .select2-container--default.select2-container--open .select2-dropdown {
    left: 0
}

[class*=oraiste] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: transparent
}

.select2-close-mask {
    background-color: var(--qode-background-color);
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 0 !important;
    line-height: 1;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear,
input[type=text]::-ms-clear {
    display: none
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: qodefAutofillFix
}

.qodef-content-grid {
    width: 1100px;
    margin: 0 auto
}

.qodef-content-grid.qodef-extended-grid {
    width: 100% !important;
    margin: 0
}

.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/ 2)
}

.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/ 2)
}

.qodef--boxed .qodef-content-grid {
    width: 1160px
}

@media only screen and (min-width:1441px) {
    .qodef-content-grid-1400 .qodef-content-grid {
        width: 1400px
    }

    .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1400px)/ 2)
    }

    .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1400px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
        width: 1460px
    }
}

@media only screen and (min-width:1441px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width: 1300px
    }

    .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1300px)/ 2)
    }

    .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1300px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
        width: 1360px
    }
}

@media only screen and (min-width:1441px) {
    .qodef-content-grid-1200 .qodef-content-grid {
        width: 1200px
    }

    .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1200px)/ 2)
    }

    .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1200px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
        width: 1260px
    }
}

@media only screen and (min-width:1025px) {
    .qodef-content-grid-1000 .qodef-content-grid {
        width: 1000px
    }

    .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1000px)/ 2)
    }

    .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1000px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
        width: 1060px
    }
}

@media only screen and (min-width:769px) {
    .qodef-content-grid-800 .qodef-content-grid {
        width: 800px
    }

    .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
        width: 860px
    }
}

.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-grid>.qodef-grid-inner {
    margin: 0 -15px
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px
}

.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
    float: left
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12 {
        width: 100%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12 {
        left: 100%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12 {
        right: 100%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11 {
        width: 9.09091%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11 {
        left: 9.09091%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11 {
        right: 9.09091%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10 {
        width: 83.33333%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10 {
        left: 83.33333%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10 {
        right: 83.33333%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
        width: 75%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9 {
        left: 75%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9 {
        right: 75%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
        width: 66.66667%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8 {
        left: 66.66667%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8 {
        right: 66.66667%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7 {
        width: 14.28571%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7 {
        left: 14.28571%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7 {
        right: 14.28571%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6 {
        width: 50%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6 {
        left: 50%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6 {
        right: 50%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5 {
        width: 20%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5 {
        left: 20%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5 {
        right: 20%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
        width: 33.33333%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4 {
        left: 33.33333%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4 {
        right: 33.33333%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3 {
        width: 25%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3 {
        left: 25%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3 {
        right: 25%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2 {
        width: 16.66667%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2 {
        left: 16.66667%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2 {
        right: 16.66667%
    }
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1 {
        width: 8.33333%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1 {
        left: 8.33333%
    }

    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1 {
        right: 8.33333%
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow: hidden
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
    visibility: hidden
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
    visibility: visible
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
    width: 100%;
    padding: 0;
    margin: 0
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
    width: 0;
    padding: 0;
    margin: 0
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-grid.qodef-gutter--no>.qodef-grid-inner {
    margin: 0
}

.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item {
    padding: 0;
    margin: 0
}

.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner {
    margin: 0 -5px
}

.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-grid.qodef-gutter--small>.qodef-grid-inner {
    margin: 0 -10px
}

.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-grid.qodef-gutter--short.qodef--no-bottom-space {
    margin-bottom: -26px
}

.qodef-grid.qodef-gutter--short>.qodef-grid-inner {
    margin: 0 -13px
}

.qodef-grid.qodef-gutter--short>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 13px;
    margin: 0 0 26px
}

.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-grid.qodef-gutter--normal>.qodef-grid-inner {
    margin: 0 -15px
}

.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-grid.qodef-gutter--medium>.qodef-grid-inner {
    margin: 0 -20px
}

.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-grid.qodef-gutter--large>.qodef-grid-inner {
    margin: 0 -25px
}

.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-grid.qodef-gutter--mega.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-grid.qodef-gutter--mega>.qodef-grid-inner {
    margin: 0 -30px
}

.qodef-grid.qodef-gutter--mega>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 30px;
    margin: 0 0 60px
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
    margin: 0 -40px
}

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#qodef-page-wrapper {
    overflow: hidden;
    position: relative
}

#qodef-page-outer {
    position: relative
}

#qodef-page-inner {
    padding: 130px 0 100px;
    position: relative
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 0
}

.qodef--boxed {
    background-color: #f6f3ee
}

.qodef--boxed #qodef-page-wrapper {
    background-color: var(--qode-background-color);
    display: block
}

.qodef--boxed #qodef-page-inner {
    max-width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important
}

.qodef--passepartout #qodef-page-wrapper {
    background-color: #fff
}

.qodef-border-lines-1 path:first-child {
    stroke-dasharray: 1740 1742;
    stroke-dashoffset: 1741
}

.qodef-border-lines-1 path:nth-child(2) {
    stroke-dasharray: 1743 1745;
    stroke-dashoffset: 1744
}

.qodef-animation-init .qodef-border-lines-1 path:first-child,
.qodef-border-lines-1.qodef-animation-init path:first-child {
    animation: qodef-border-line-draw 499ms ease-in-out 0s forwards
}

.qodef-animation-init .qodef-border-lines-1 path:nth-child(2),
.qodef-border-lines-1.qodef-animation-init path:nth-child(2) {
    animation: qodef-border-line-draw .5s ease-in-out 499ms forwards
}

.qodef-border-lines-rev path:first-child {
    stroke-dasharray: 1740 1742;
    stroke-dashoffset: 1741
}

.qodef-border-lines-rev path:nth-child(2) {
    stroke-dasharray: 1743 1745;
    stroke-dashoffset: 1744
}

.qodef-animation-init .qodef-border-lines-rev path:first-child,
.qodef-border-lines-rev.qodef-animation-init path:first-child {
    animation: qodef-border-line-draw 899ms ease-in-out 0s forwards
}

.qodef-animation-init .qodef-border-lines-rev path:nth-child(2),
.qodef-border-lines-rev.qodef-animation-init path:nth-child(2) {
    animation: qodef-border-line-draw .9s ease-in-out 899ms forwards
}

.qodef-border-lines-2 path:first-child {
    stroke-dasharray: 1740 1742;
    stroke-dashoffset: 1741
}

.qodef-border-lines-2 path:nth-child(2) {
    stroke-dasharray: 1743 1745;
    stroke-dashoffset: 1744
}

.qodef-animation-init .qodef-border-lines-2 path:first-child {
    animation: qodef-border-line-draw 499ms ease-in-out 0s forwards
}

.qodef-animation-init .qodef-border-lines-2 path:nth-child(2) {
    animation: qodef-border-line-draw .5s ease-in-out 499ms forwards
}

.qodef-border-lines-3 path {
    stroke-dasharray: 1091 1093;
    stroke-dashoffset: 1092
}

.qodef-animation-init .qodef-border-lines-3 path,
.qodef-border-lines-3.qodef-animation-init path {
    animation: qodef-border-line-draw 1133ms linear 0s forwards
}

.qodef-custom-text.qodef--has-appear,
.qodef-video.qodef--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .3s, opacity .3s .3s
}

.qodef-custom-text.qodef--has-appear.qodef--appear,
.qodef-video.qodef--has-appear.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.elementor-editor-active .qodef-custom-text.qodef--has-appear,
.elementor-editor-active .qodef-video.qodef--has-appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-m-cursor-holder {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
    opacity: 1
}

.qodef-m-cursor-holder.qodef--left-side .qodef-m-cursor {
    transform: rotate(180deg)
}

.qodef-m-cursor-holder .qodef-m-cursor {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(0) translateX(-100%);
    transform-origin: center;
    transition: transform .2s ease-out;
    margin-top: -40px
}

.qodef-cursor--enabled {
    cursor: none
}

.qodef-cursor--enabled .qodef-m-cursor-holder {
    visibility: visible
}

.qodef-cursor--enabled .qodef-m-cursor-holder.qodef--hide {
    visibility: hidden
}

#qodef-change-text.qodef-animated.qodef-promt {
    font-family: Prompt !important;
    text-transform: none !important;
    font-weight: 500 !important
}

#qodef-change-text.qodef-animated.qodef-italiana {
    font-family: Italiana !important;
    text-transform: uppercase !important;
    font-weight: 400 !important
}

#qodef-change-text.qodef-animated.qodef-saira {
    font-family: "Saira Extra Condensed" !important;
    text-transform: uppercase !important;
    font-weight: 600 !important
}

#qodef-change-text.qodef-animated.qodef-cormorant {
    font-family: Cormorant !important;
    text-transform: uppercase !important;
    font-weight: 400 !important
}

body {
    --qode-main-color: #f2652e;
    --qode-background-color: #ffffff;
    --qode-additional-background-color: #f6f3ee;
    --qode-heading-color: #000000;
    --qode-text-color: #696969;
    --qode-additional-text-color: #8d8d8d;
    --qode-link-color: #696969;
    --qode-link-hover-color: #cccccc;
    --qode-border-color: #969696;
    --qode-additional-border-color: #dcdcdc;
    --qode-submenu-background-color: #fbfaf8;
    --qode-submenu-active-color: #000000;
    --qode-submenu-inactive-color: #999999;
    --qode-button-text-color: #000000;
    --qode-button-text-hover-color: #000000;
    --qode-button-circle-color: #f2652e;
    --qode-fullscreen-menu-background-color: #000000;
    --qode-fullscreen-menu-active-color: #f2652e;
    --qode-fullscreen-menu-inactive-color: #ffffff;
    --qode-fullscreen-menu-widget-link-color: #ffffff;
    --qode-fullscreen-menu-widget-border-color: #ffffff;
    --qode-mejs-background-color: #222222;
    --qode-widget-link-hover-color: #000000;
    --qode-heading-font-family: Cormorant, sans-serif;
    --qode-heading-font-weight: 400;
    --qode-heading-text-transform: uppercase;
    --qode-h1-fs: 60px;
    --qode-h2-fs: 40px;
    --qode-h3-fs: 30px;
    --qode-h4-fs: 25px;
    --qode-h5-fs: 20px;
    --qode-h6-fs: 16px;
    --qode-h1-lh: 1.216em;
    --qode-h2-lh: 1.25em;
    --qode-h3-lh: 1.333em;
    --qode-h4-lh: 1.4em;
    --qode-h5-lh: 1.4em;
    --qode-h6-lh: 1.5em;
    --qode-h6-fw: 400;
    --qode-h6-offset: -4px
}

body.qodef-color-skin--beige {
    --qode-main-color: #f2652e;
    --qode-background-color: #f6f3ee;
    --qode-additional-background-color: #ffffff;
    --qode-heading-color: #000000;
    --qode-text-color: #696969;
    --qode-additional-text-color: #8d8d8d;
    --qode-link-color: #696969;
    --qode-link-hover-color: #cccccc;
    --qode-border-color: #d3d2cd;
    --qode-additional-border-color: #d3d2cd;
    --qode-submenu-background-color: #ffffff;
    --qode-submenu-active-color: #000000;
    --qode-submenu-inactive-color: #999999;
    --qode-button-text-color: #000000;
    --qode-button-text-hover-color: #000000;
    --qode-button-circle-color: #f2652e;
    --qode-fullscreen-menu-background-color: #000000;
    --qode-fullscreen-menu-active-color: #f2652e;
    --qode-fullscreen-menu-inactive-color: #ffffff;
    --qode-fullscreen-menu-widget-link-color: #ffffff;
    --qode-fullscreen-menu-widget-border-color: #ffffff;
    --qode-mejs-background-color: #222222;
    --qode-widget-link-hover-color: #000000
}

body.qodef-color-skin--dark {
    --qode-main-color: #f2652e;
    --qode-background-color: #000000;
    --qode-additional-background-color: #181818;
    --qode-heading-color: #ffffff;
    --qode-text-color: #b2b2b2;
    --qode-additional-text-color: #b2b2b2;
    --qode-link-color: #b2b2b2;
    --qode-link-hover-color: #f2652e;
    --qode-border-color: #eeeeee;
    --qode-additional-border-color: rgba(255, 255, 255, 0.2);
    --qode-submenu-background-color: #181818;
    --qode-submenu-active-color: #ffffff;
    --qode-submenu-inactive-color: #999999;
    --qode-button-text-color: #ffffff;
    --qode-button-text-hover-color: #ffffff;
    --qode-button-circle-color: #f2652e;
    --qode-fullscreen-menu-background-color: #ffffff;
    --qode-fullscreen-menu-active-color: #f2652e;
    --qode-fullscreen-menu-inactive-color: #000000;
    --qode-fullscreen-menu-widget-link-color: #696969;
    --qode-fullscreen-menu-widget-border-color: #969696;
    --qode-mejs-background-color: #333333;
    --qode-widget-link-hover-color: #ffffff
}

body.qodef-color-skin--orange {
    --qode-main-color: #000000;
    --qode-background-color: #f2652e;
    --qode-additional-background-color: #ec4e11;
    --qode-heading-color: #ffffff;
    --qode-text-color: #ffffff;
    --qode-additional-text-color: #ffffff;
    --qode-link-color: #ffffff;
    --qode-link-hover-color: #000000;
    --qode-border-color: #eeeeee;
    --qode-additional-border-color: rgba(255, 255, 255, 0.2);
    --qode-submenu-background-color: #ec4e11;
    --qode-submenu-active-color: #ffffff;
    --qode-submenu-inactive-color: #ffd2c1;
    --qode-button-text-color: #ffffff;
    --qode-button-text-hover-color: #ffffff;
    --qode-button-circle-color: #ffffff;
    --qode-fullscreen-menu-background-color: #ffffff;
    --qode-fullscreen-menu-active-color: #f2652e;
    --qode-fullscreen-menu-inactive-color: #000000;
    --qode-fullscreen-menu-widget-link-color: #696969;
    --qode-fullscreen-menu-widget-border-color: #969696;
    --qode-mejs-background-color: #333333;
    --qode-widget-link-hover-color: #000000
}

@media only screen and (max-width:480px) {
    body {
        --qode-h1-fs: 35px
    }
}

@media only screen and (max-width:480px) {
    body {
        --qode-h2-fs: 32px
    }
}

body.qodef-font-skin--italiana {
    --qode-heading-font-family: Italiana, sans-serif;
    --qode-heading-font-weight: 400;
    --qode-heading-text-transform: uppercase;
    --qode-h1-fs: 60px;
    --qode-h2-fs: 40px;
    --qode-h3-fs: 30px;
    --qode-h4-fs: 25px;
    --qode-h5-fs: 20px;
    --qode-h6-fs: 16px;
    --qode-h1-lh: 1.216em;
    --qode-h2-lh: 1.25em;
    --qode-h3-lh: 1.333em;
    --qode-h4-lh: 1.4em;
    --qode-h5-lh: 1.4em;
    --qode-h6-lh: 1.5em;
    --qode-h6-fw: 400;
    --qode-h6-offset: 4px
}

body.qodef-font-skin--saira {
    --qode-heading-font-family: Saira Extra Condensed, sans-serif;
    --qode-heading-font-weight: 600;
    --qode-heading-text-transform: uppercase;
    --qode-h1-fs: 90px;
    --qode-h2-fs: 50px;
    --qode-h3-fs: 30px;
    --qode-h4-fs: 25px;
    --qode-h5-fs: 20px;
    --qode-h6-fs: 14px;
    --qode-h1-lh: 1em;
    --qode-h2-lh: 1.2em;
    --qode-h3-lh: 1.333em;
    --qode-h4-lh: 1.4em;
    --qode-h5-lh: 1.4em;
    --qode-h6-lh: 1.333em;
    --qode-h6-fw: 600;
    --qode-h6-offset: 2.331px
}

body.qodef-font-skin--prompt {
    --qode-heading-font-family: Prompt, sans-serif;
    --qode-heading-font-weight: 500;
    --qode-heading-text-transform: lowercase;
    --qode-h1-fs: 90px;
    --qode-h2-fs: 50px;
    --qode-h3-fs: 30px;
    --qode-h4-fs: 25px;
    --qode-h5-fs: 20px;
    --qode-h6-fs: 14px;
    --qode-h1-lh: 1em;
    --qode-h2-lh: 1.2em;
    --qode-h3-lh: 1.333em;
    --qode-h4-lh: 1.4em;
    --qode-h5-lh: 1.4em;
    --qode-h6-lh: 1.333em;
    --qode-h6-fw: 400;
    --qode-h6-offset: 2.331px
}

@media only screen and (max-width:768px) {
    body.qodef-font-skin--prompt {
        --qode-h1-fs: 50px
    }
}

@media only screen and (max-width:768px) {
    body.qodef-font-skin--prompt {
        --qode-h2-fs: 40px
    }
}

.qodef-hover-color--white:hover {
    color: #fff !important
}

.qodef-hover-color--beige:hover {
    color: #f6f3ee !important
}

.qodef-hover-color--black:hover {
    color: #000 !important
}

.qodef-hover-color--orange:hover {
    color: #f2652e !important
}

.qodef-hover-color--gray:hover {
    color: #e0e0e0 !important
}

button.mfp-arrow {
    color: #fff;
    height: 51px !important;
    margin: 0 !important;
    opacity: 1 !important;
    top: calc(50% - 25px) !important;
    transition: color .2s ease-out;
    width: 26px !important
}

button.mfp-arrow svg {
    display: block;
    fill: none;
    pointer-events: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    width: 100%
}

button.mfp-arrow:after,
button.mfp-arrow:before {
    display: none !important
}

button.mfp-arrow:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-arrow.mfp-arrow-left {
    left: 30px
}

button.mfp-arrow.mfp-arrow-right {
    right: 30px
}

button.mfp-arrow.mfp-arrow-right svg {
    transform: rotate(180deg)
}

button.mfp-close {
    color: #fff;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    right: 0 !important;
    top: 6px !important;
    transition: color .2s ease-out;
    width: 32px !important
}

button.mfp-close:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-close:after,
button.mfp-close:before {
    display: none !important
}

button.mfp-close svg {
    display: block;
    fill: none;
    height: auto;
    pointer-events: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    width: 100%
}

.mfp-figure:after {
    background: 0 0 !important;
    box-shadow: none !important
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: #fff;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.mfp-iframe-scaler iframe {
    background: 0 0 !important;
    box-shadow: none !important
}

.mfp-iframe-scaler button.mfp-close {
    top: -18px !important
}

.qodef-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-swiper-container .swiper-slide a {
    display: block
}

.qodef-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.swiper-pagination {
    bottom: auto !important;
    left: auto !important;
    margin-top: 24px;
    position: relative !important
}

.swiper-pagination-bullet {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background: 0 0 !important;
    border-radius: initial !important;
    height: auto !important;
    margin: 0 12px !important;
    opacity: 1 !important;
    width: auto !important
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    color: var(--qode-heading-color)
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    color: var(--qode-heading-color);
    height: auto !important;
    margin: 0 !important;
    transition: color .2s ease-out;
    width: auto !important;
    top: unset !important;
    bottom: 22px
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: block;
    fill: none;
    stroke: currentColor;
    width: 19px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgba(var(--qode-heading-color), .4)
}

.swiper-button-prev {
    left: 22px !important
}

.swiper-button-next {
    right: 22px !important
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
    transform: translateX(-300%) translateY(-50%)
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    transform: translateX(300%) translateY(-50%)
}

.widget_icl_lang_sel_widget {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    position: relative;
    top: -1px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    align-items: center;
    display: flex;
    position: relative
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\25BE';
    font-family: initial;
    border: 0;
    line-height: 1;
    margin-left: auto;
    position: initial
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: visibility 0s linear .25s, opacity .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    display: block;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    display: block;
    padding: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 200px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: var(--qode-text-color);
    background-color: var(--qode-background-color);
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: var(--qode-background-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: var(--qode-text-color);
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: var(--qode-text-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: var(--qode-text-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: var(--qode-text-color);
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: transparent
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: var(--qode-text-color);
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: var(--qode-text-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: var(--qode-text-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 8px 20px;
    height: 40px;
    line-height: 24px;
    color: var(--qode-background-color);
    background-color: var(--qode-background-color);
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: var(--qode-background-color);
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-background-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: var(--qode-text-color);
    background-color: var(--qode-additional-background-color);
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: var(--qode-additional-background-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: var(--qode-text-color);
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: var(--qode-text-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: var(--qode-text-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: var(--qode-text-color);
    background-color: var(--qode-additional-background-color);
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: var(--qode-additional-background-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: var(--qode-text-color);
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: var(--qode-background-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-background-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: var(--qode-background-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: var(--qode-text-color);
    background-color: var(--qode-additional-background-color);
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: var(--qode-additional-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: var(--qode-text-color);
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-background-color)
}

.error404 #qodef-page-outer {
    margin-top: -100px
}

.error404 #qodef-page-inner {
    padding: 0
}

.error404 #qodef-page-header {
    background-color: transparent
}

#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    justify-content: center;
    align-items: center
}

.admin-bar #qodef-404-page {
    min-height: calc(100vh - 32px)
}

#qodef-404-page .qodef-404 {
    background-image: url(../img/404.png);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 360px;
    width: 850px;
    padding: 320px 255px 0;
    margin: 100px 0 0
}

#qodef-404-page .qodef-404-title {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0
}

#qodef-404-page .qodef-404-text {
    display: block;
    margin: 10px auto 0
}

#qodef-404-page .qodef-404-button {
    display: inline-block;
    margin-top: 67px;
    position: relative;
    vertical-align: top
}

.qodef-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blog .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 83px 0
}

.qodef-blog .qodef-blog-item .qodef-e-content,
.qodef-blog .qodef-blog-item .qodef-e-inner,
.qodef-blog .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blog .qodef-blog-item .qodef-e-media>* {
    margin-bottom: 36px
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a,
.qodef-blog .qodef-blog-item .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-blog .qodef-blog-item .qodef-e-title {
    margin: 0 0 19px 0
}

.qodef-blog .qodef-blog-item .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
    margin: 0 0 29px 0
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
    margin: 0
}

.qodef-blog .qodef-blog-item .qodef-e-info {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%
}

@media only screen and (min-width:681px) {

    .qodef-blog .qodef-blog-item .qodef-e-info-left,
    .qodef-blog .qodef-blog-item .qodef-e-info-right {
        align-items: center;
        display: flex;
        position: relative;
        width: 100%
    }

    .qodef-blog .qodef-blog-item .qodef-e-info-right {
        justify-content: flex-end
    }
}

.qodef-blog .qodef-blog-item .qodef-e-info-item {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    line-height: 1.36em;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 19px 0 0;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.qodef-blog .qodef-blog-item .qodef-e-info-item:after {
    content: '/';
    position: absolute;
    right: 5px;
    top: 0;
    color: var(--qode-text-color)
}

.qodef-blog .qodef-blog-item .qodef-e-info-item:last-child {
    padding-right: 0
}

.qodef-blog .qodef-blog-item .qodef-e-info-item:last-child:after {
    display: none
}

.qodef-blog .qodef-blog-item .qodef-e-info-item a {
    color: inherit
}

.qodef-blog .qodef-blog-item .qodef-e-info-item a:hover {
    color: var(--qode-main-color)
}

.qodef-blog .qodef-blog-item .qodef-e-info-item.qodef-e-info-tags {
    text-transform: initial
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: -1px
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex
}

.qodef-blog .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    font-size: 1.5em;
    position: absolute;
    right: -.5em;
    top: 0
}

.qodef-blog .qodef-blog-item.format-video .qodef-e-media-video>* {
    width: 100% !important
}

html.elementor-html .qodef-blog .qodef-blog-item.format-video .wp-video {
    max-width: 100%
}

html.elementor-html .qodef-blog .qodef-blog-item.format-video video {
    height: auto
}

html.elementor-html .qodef-blog .qodef-blog-item.format-audio audio {
    display: block
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
    width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
    width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
    bottom: 30px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

.qodef-blog .qodef-blog-item.format-link {
    margin-bottom: 78px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: var(--qode-additional-background-color);
    padding: 10.3% 13% 9% 9.7%
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
    fill: none;
    height: auto;
    position: absolute;
    right: 14px;
    stroke: var(--qode-main-color);
    top: 5px;
    width: 84.7px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
    line-height: 1.125em;
    margin: 0;
    position: relative
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog .qodef-blog-item.format-quote {
    margin-bottom: 78px
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: var(--qode-additional-background-color);
    padding: 11% 13% 9.8% 9.7%
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon {
    fill: none;
    height: auto;
    position: absolute;
    right: 6px;
    stroke: var(--qode-main-color);
    top: 17px;
    width: 84.7px
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
    line-height: 1.125em;
    margin: 0;
    position: relative
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.53em;
    color: var(--qode-main-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin: 17px 0 0 0;
    position: relative
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
    height: 100%
}

.mejs-container button,
.mejs-overlay-button {
    background: 0 0 !important;
    background-color: var(--qode-background-color) !important;
    margin: 0 !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important
}

.mejs-overlay-button,
.mejs-play>button,
.mejs-replay>button {
    -webkit-mask-image: url(../img/play.svg) !important;
    mask-image: url(../img/play.svg) !important
}

.mejs-container,
.mejs-controls,
.mejs-embed,
.mejs-embed body {
    background: var(--qode-mejs-background-color) !important
}

.mejs-container * {
    font-family: Prompt, sans-serif !important;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 13px !important
}

.mejs-container button {
    height: 45px !important
}

.mejs-button,
.mejs-controls {
    height: 45px !important
}

.mejs-fullscreen-button,
.mejs-playpause-button,
.mejs-volume-button {
    width: 37px !important
}

.mejs-fullscreen-button>button,
.mejs-playpause-button>button,
.mejs-volume-button>button {
    width: 37px !important
}

.mejs-playpause-button {
    margin: 0 3px 0 1px !important
}

.mejs-pause>button {
    -webkit-mask-image: url(../img/pause.svg) !important;
    mask-image: url(../img/pause.svg) !important
}

.mejs-volume-button {
    margin: 0 8px 0 8px !important
}

.mejs-mute>button {
    -webkit-mask-image: url(../img/mute.svg) !important;
    mask-image: url(../img/mute.svg) !important
}

.mejs-unmute>button {
    -webkit-mask-image: url(../img/unmute.svg) !important;
    mask-image: url(../img/unmute.svg) !important
}

.mejs-fullscreen-button {
    margin: 0 8px 0 8px !important
}

.mejs-fullscreen-button>button {
    -webkit-mask-image: url(../img/fullscreen.svg) !important;
    mask-image: url(../img/fullscreen.svg) !important
}

.mejs-unfullscreen>button {
    -webkit-mask-image: url(../img/unfullscreen.svg) !important;
    mask-image: url(../img/unfullscreen.svg) !important
}

.mejs-time {
    height: 45px !important;
    line-height: 45px !important;
    margin: 0 10px 0 10px !important;
    padding: 0 !important
}

.mejs-time-total {
    background-color: var(--qode-background-color) !important;
    margin-top: 0 !important
}

.mejs-time-rail {
    height: 45px !important;
    padding-top: 21px !important
}

.mejs-time-current {
    background-color: var(--qode-main-color) !important
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
    height: 3px !important
}

.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-handle,
.mejs-time-hovered {
    display: none !important
}

.mejs-volume-total {
    background-color: var(--qode-background-color) !important
}

.mejs-volume-current {
    background-color: var(--qode-main-color) !important
}

.mejs-horizontal-volume-slider {
    height: 45px !important;
    margin: 0 10px 0 10px !important;
    width: 120px !important
}

.mejs-horizontal-volume-total {
    background-color: var(--qode-background-color) !important;
    height: 3px !important;
    top: 21px !important;
    width: 100% !important
}

.mejs-horizontal-volume-current {
    background-color: var(--qode-main-color) !important
}

.qodef-blog.qodef--list .qodef-m-pagination {
    margin-top: 28px
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 6px
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    margin-top: 55px
}

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link {
    margin-bottom: 36px
}

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-info.qodef-info--top {
    margin-bottom: 25px
}

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote {
    margin-bottom: 36px
}

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-info.qodef-info--top {
    margin-bottom: 25px
}

#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid var(--qode-additional-border-color);
    margin-top: 60px;
    padding-top: 66px
}

#qodef-page-comments .qodef-page-comments-not-found {
    margin: 0
}

#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 111px
}

#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 35px 0
}

#qodef-page-comments-list .qodef-m-comments {
    list-style: none;
    margin: 0;
    padding: 0
}

#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
    margin-top: 0
}

#qodef-page-comments-list .qodef-comment-item {
    margin: 40px 0 0 0;
    padding: 0
}

#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 110px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    align-items: flex-start;
    display: flex
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
    flex-shrink: 0;
    margin-right: 25px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    border-radius: 50%;
    display: block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    flex-grow: 1;
    margin-top: 4px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-info {
    align-items: baseline;
    display: flex
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    margin: 0 12px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.53em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    margin-left: auto
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 20px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
    margin-right: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover {
    color: var(--qode-main-color)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 15px 0 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
    margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
    margin-bottom: 5px;
    margin-top: 5px
}

#qodef-page-comments-list .qodef-m-pagination {
    margin-top: 50px
}

#respond {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-comment-item #respond {
    margin-top: 43px
}

#respond #reply-title {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    align-items: baseline;
    display: flex;
    margin: 0 0 8px 0
}

#respond #reply-title small {
    margin-left: auto
}

#respond #reply-title small a {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

#respond #reply-title small a:hover {
    color: var(--qode-main-color)
}

#respond #commentform p {
    margin: 0
}

#respond #commentform .comment-form-cookies-consent,
#respond #commentform .comment-notes,
#respond #commentform .logged-in-as {
    color: var(--qode-additional-text-color);
    font-size: 13px;
    line-height: 1.23em
}

#respond #commentform .logged-in-as {
    margin: 0 0 28px 0
}

#respond #commentform .comment-notes {
    margin: 0 0 28px 0
}

#respond #commentform .comment-form-cookies-consent {
    align-items: center;
    display: flex;
    margin: 0 0 5px 0;
    position: relative
}

#respond #commentform .comment-form-cookies-consent>* {
    margin: 0
}

#respond #commentform .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin: 2px 11px 6px 0
}

#respond #commentform .comment-form-cookies-consent label {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

#respond #commentform .form-submit {
    display: flex;
    justify-content: flex-end
}

#respond #commentform .form-submit>button {
    cursor: pointer
}

body:not([class*=oraiste-core]) #submit {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 10px 39px;
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--qode-button-text-color);
    display: inline-flex;
    padding: 0 !important
}

body:not([class*=oraiste-core]) #submit .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px
}

body:not([class*=oraiste-core]) #submit .qodef-m-arrow {
    transform: translateX(0);
    transition: transform .35s cubic-bezier(.2, .89, .32, .95);
    margin-left: 8px
}

body:not([class*=oraiste-core]) #submit .qodef-m-arrow svg {
    width: 19px;
    fill: none;
    stroke: currentColor
}

body:not([class*=oraiste-core]) #submit:hover {
    color: var(--qode-main-color)
}

body:not([class*=oraiste-core]) #submit:hover .qodef-m-arrow {
    transform: translateX(4px)
}

.qodef-filter--on .qodef-grid-inner {
    opacity: 1;
    transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0;
    transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner {
    bottom: calc(50% - 16px) !important
}

.qodef-m-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 40px
}

.qodef-m-filter-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

.qodef-m-filter-item {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 27px;
    padding: 0 2px;
    position: relative;
    transition: color .2s ease-out;
    vertical-align: top
}

.qodef-m-filter-item.qodef--active,
.qodef-m-filter-item:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-left: auto;
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

#qodef-page-footer-bottom-area,
#qodef-page-footer-top-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 33px;
    padding-bottom: 33px
}

#qodef-page-footer-bottom-area .qodef-content-full-width,
#qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 70px
}

.qodef--boxed #qodef-page-footer-bottom-area,
.qodef--boxed #qodef-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-bottom-area:before,
#qodef-page-footer-top-area:before {
    background-color: transparent;
    content: '';
    height: 1px;
    left: 58px;
    position: absolute;
    top: 0;
    width: calc(100% - 116px);
    z-index: 1
}

#qodef-page-footer-bottom-area .qodef-grid-inner {
    display: flex
}

#qodef-page-footer-bottom-area .qodef-grid-item {
    display: flex;
    width: initial
}

#qodef-page-footer-bottom-area .qodef-grid-item:nth-child(2) {
    margin-left: auto
}

#qodef-page-footer-bottom-area .widget {
    margin: 0 134px 0 0 !important
}

#qodef-page-footer-bottom-area .widget:last-child {
    margin: 0 !important
}

.wp-block-button {
    float: none;
    margin: 1em 0
}

.wp-block-button .wp-block-button__link {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 10px 39px;
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color);
    border: 1px solid transparent;
    border-radius: 28px;
    cursor: pointer
}

.wp-block-button .wp-block-button__link:hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color)
}

.wp-block-button.is-style-outline {
    border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--qode-heading-color);
    background-color: transparent;
    border: 1px solid var(--qode-heading-color);
    border-width: 1px
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-button.alignleft {
    text-align: left;
    margin-top: 0;
    margin-right: 2rem
}

.wp-block-button.alignright {
    text-align: right;
    margin-top: 0;
    margin-left: 2rem
}

.wp-block-image .alignleft {
    margin: 1rem 2rem 1rem 0 !important
}

.wp-block-image .alignright {
    margin: 1rem 0 1rem 2rem !important
}

.wp-block-image .aligncenter {
    clear: both
}

.wp-block-image figcaption {
    margin: 7px 0 0
}

.wp-block-cover-image {
    float: none !important;
    max-width: 100% !important;
    margin: 0 !important
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
    z-index: 1 !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    line-height: 1em !important
}

.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
    color: #fff !important
}

.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
    color: #f2652e !important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-cover {
    margin-bottom: 1rem
}

.wp-block-cover.alignleft {
    margin-right: 2em
}

.wp-block-cover.alignright {
    margin-left: 2em
}

.wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    z-index: 1 !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    line-height: 1em !important
}

.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
    color: #fff !important
}

.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
    color: #f2652e !important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-gallery {
    margin-bottom: 2rem
}

.wp-block-gallery ul.blocks-gallery-grid {
    margin: 0
}

.wp-block-gallery ul.blocks-gallery-grid figcaption {
    margin: 0;
    overflow-x: hidden
}

.wp-block-gallery ul.blocks-gallery-grid+figcaption {
    margin-top: 0
}

.wp-block-pullquote {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
    width: 100% !important;
    position: relative;
    z-index: -2
}

.wp-block-pullquote blockquote {
    padding: 25px !important
}

.has-drop-cap:after {
    content: '';
    display: table;
    table-layout: fixed;
    clear: both
}

.wp-block-file {
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--qode-link-color);
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

.wp-block-file:focus,
.wp-block-file:hover {
    color: var(--qode-link-hover-color)
}

.wp-block-group.has-background {
    padding: 20px 30px
}

.gallery-item img {
    border: 0 !important
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0
}

.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
    vertical-align: top
}

#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: var(--qode-background-color);
    height: 100px;
    z-index: 100
}

#qodef-page-header .qodef-header-logo-link {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 100px;
    max-height: 100%;
    position: relative
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    max-height: 100%;
    transition: opacity .3s ease;
    width: auto
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 50%
}

#qodef-page-header-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

#qodef-page-mobile-header {
    display: none;
    height: 70px;
    position: relative;
    z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    align-items: center;
    display: flex;
    height: 70px;
    max-height: 100%;
    position: relative
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto;
    max-height: 100%;
    transition: opacity .3s ease;
    width: auto
}

#qodef-page-mobile-header-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-mobile-header-inner .qodef-opener-icon {
    font-size: 20px;
    margin-left: 20px
}

#qodef-page-mobile-header-inner .qodef-opener-icon svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: currentColor;
    stroke-width: 1;
    width: 32px
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener {
    position: relative
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-button-circle-color)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close svg {
    stroke-width: 2
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open {
    color: var(--qode-heading-color)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open svg line {
    transform: scaleX(1)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open:hover svg line {
    animation: qodef-opener-line-draw .6s
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open:hover svg line:nth-of-type(2) {
    animation-delay: .15s
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close svg line {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close:hover svg line {
    animation: qodef-closer-line-draw .6s
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close:hover svg line:nth-of-type(2) {
    animation-delay: .17s
}

.qodef-mobile-header-navigation {
    background-color: var(--qode-submenu-background-color);
    display: none;
    left: 0;
    margin: 0;
    max-height: calc(100vh - 70px);
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}

.qodef-mobile-header-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px
}

.qodef-mobile-header-navigation ul li>ol:not(.wp-block),
.qodef-mobile-header-navigation ul li>ul:not(.wp-block) {
    margin: 0
}

.qodef-mobile-header-navigation ul li {
    margin: 6px 0;
    padding: 0;
    position: relative
}

.qodef-mobile-header-navigation ul li a {
    display: block;
    position: relative
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-text {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-arrow {
    fill: none;
    height: auto;
    stroke: currentColor;
    width: 19px;
    flex: 0 0 19px;
    height: 23px;
    will-change: transform;
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-mobile-header-navigation ul li ul {
    display: none
}

.qodef-mobile-header-navigation ul li ul li {
    margin: 0;
    padding-top: 6px
}

.qodef-mobile-header-navigation ul li ul li:last-of-type {
    padding-bottom: 4px
}

.qodef-mobile-header-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    margin: 0
}

.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-mobile-header-navigation ul li ul li>a:hover {
    color: var(--qode-submenu-active-color)
}

.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a,
.qodef-mobile-header-navigation ul li ul li.current-menu-item>a {
    color: var(--qode-submenu-active-color)
}

.qodef-mobile-header-navigation ul li.qodef--opened>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 34px 0
}

.qodef-mobile-header-navigation>ul>li>a {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color)
}

.qodef-mobile-header-navigation>ul>li>a:hover {
    color: var(--qode-submenu-active-color)
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a {
    color: var(--qode-submenu-active-color)
}

.qodef-header-navigation {
    height: 100%
}

.qodef-header-navigation ul {
    list-style: none;
    margin: 0 !important;
    padding: 0
}

.qodef-header-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-header-navigation ul li a .qodef-menu-item-text {
    position: relative
}

.qodef-header-navigation ul li a .qodef-menu-item-arrow {
    fill: none;
    height: auto;
    stroke: currentColor;
    width: 19px;
    left: calc(100% + 11px);
    position: absolute;
    right: auto;
    top: calc(50% - 4px)
}

.qodef-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    background-color: var(--qode-submenu-background-color);
    left: -32px;
    margin: 0;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 250px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 0 32px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
    left: 100%;
    top: calc(-15px - 9px)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
    left: auto;
    right: -32px;
    text-align: right
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
    left: auto;
    right: calc(100% + 11px);
    padding-bottom: 1px;
    transform: rotate(180deg)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
    left: -100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
    opacity: 1;
    transition: opacity .2s ease-out;
    visibility: visible
}

.qodef-header-navigation>ul {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    white-space: nowrap
}

.qodef-header-navigation>ul>li {
    height: 100%;
    margin: 0 21px
}

.qodef-header-navigation>ul>li:first-child {
    margin-left: 0
}

.qodef-header-navigation>ul>li:last-child {
    margin-right: 0
}

.qodef-header-navigation>ul>li>a {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    color: var(--qode-heading-color);
    align-items: center;
    display: flex;
    font-weight: 400;
    height: 100%;
    position: relative
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text {
    position: relative
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:after {
    background-color: var(--qode-main-color);
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: 2px;
    transition: opacity .2s ease-out;
    width: 6px
}

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
    transition: color .2s ease-out;
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-submenu-inactive-color)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: color .2s ease-out
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
    color: var(--qode-submenu-active-color)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    justify-content: flex-end
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
    color: var(--qode-submenu-active-color)
}

.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

.qodef-m-pagination.qodef--wp .nav-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-m-pagination.qodef--wp .page-numbers {
    position: relative;
    margin: 0 9px;
    padding: 0 3px;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color)
}

.qodef-m-pagination.qodef--wp .page-numbers * {
    display: block;
    line-height: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
    margin-left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
    margin-right: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
    padding: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    display: block;
    fill: none;
    height: auto;
    position: relative;
    stroke: currentColor;
    width: 34px
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
    margin-right: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
    margin-left: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
    color: var(--qode-heading-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    position: relative;
    margin: 0 9px;
    padding: 0 3px;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
    display: block;
    line-height: inherit
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
    margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
    margin-right: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    padding: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
    display: block;
    fill: none;
    height: auto;
    position: relative;
    stroke: currentColor;
    width: 34px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    margin-right: 6px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    margin-left: 6px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
    color: var(--qode-heading-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
    margin-left: 0
}

.qodef-m-pagination.qodef--load-more {
    text-align: center
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
    opacity: 1
}

.qodef-m-pagination.qodef--infinite-scroll {
    text-align: center
}

.qodef-pagination--on .qodef-m-pagination-spinner {
    animation: qode-rotate 2s infinite linear;
    display: inline-block;
    fill: #f2652e;
    height: auto;
    position: relative;
    stroke: none;
    vertical-align: top;
    visibility: hidden;
    width: 32px;
    z-index: -1
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
    bottom: calc(50% - 16px);
    left: calc(50% - 16px);
    position: absolute
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    bottom: 10px;
    left: calc(50% - 16px);
    position: absolute
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-single-links {
    align-items: baseline;
    display: flex;
    margin: 15px 0;
    position: relative;
    width: 100%
}

.qodef-single-links .qodef-m-single-links-title {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 10px
}

.qodef-single-links a,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
    color: #000;
    display: inline-block;
    margin-right: 8px;
    padding: 0 3px;
    position: relative;
    vertical-align: top
}

.qodef-single-links a:last-child,
.qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
    margin-right: 0
}

.qodef-single-links>span:not(.qodef-m-single-links-title) {
    color: #f2652e
}

.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}

.qodef-search .qodef-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-search .qodef-e-search-heading-title {
    margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading-label {
    margin: 8px 0 0
}

.qodef-search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-search .qodef-search-form-field {
    padding-right: 50px;
    margin: 0
}

.qodef-search .qodef-search-form-button {
    align-items: center !important;
    background-color: transparent !important;
    border: 0 !important;
    color: var(--qode-text-color) !important;
    display: inline-flex !important;
    height: 100% !important;
    justify-content: center !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 24px !important
}

.qodef-search .qodef-search-form-button:hover {
    color: var(--qode-heading-color) !important
}

.qodef-search .qodef-search-form-button svg {
    display: block !important;
    fill: currentColor !important;
    height: auto !important;
    stroke: none !important;
    width: 24px !important
}

.qodef-search article {
    margin-bottom: 30px
}

.qodef-search article:last-child {
    margin-bottom: 0
}

.qodef-search article .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start
}

.qodef-search article .qodef-e-inner>* {
    width: 100%
}

.qodef-search article .qodef-e-image {
    flex-basis: 180px;
    padding-right: 30px
}

.qodef-search article .qodef-e-title {
    margin: 0
}

.qodef-search article .qodef-e-excerpt {
    margin: 15px 0 0
}

#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 240px;
    background-color: var(--qode-background-color)
}

.qodef-page-title .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-page-title .qodef-m-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-page-title .qodef-m-title {
    margin: 0
}

.widget:last-child {
    margin-bottom: 0 !important
}

.widget .qodef-widget-title a {
    color: inherit
}

.widget ul:not(.qodef-shortcode-list) {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}

.widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 1em
}

.widget select {
    max-width: 100%;
    width: 100%
}

.widget .select2 {
    margin-bottom: 0 !important
}

.widget .select2-container--default .select2-selection--single {
    color: inherit !important
}

.widget .wp-caption {
    color: inherit
}

.widget.widget_archive a,
.widget.widget_categories a,
.widget.widget_meta a,
.widget.widget_nav_menu a,
.widget.widget_pages a,
.widget.widget_recent_entries a {
    font-size: 14px;
    text-transform: uppercase
}

.widget[class*="_search"] .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget[class*="_search"] input {
    margin: 0;
    padding-right: 24px
}

.widget .tagcloud a {
    display: inline-block;
    font-family: inherit;
    font-size: 15px !important;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 4px 2px 0;
    position: relative;
    text-transform: initial;
    vertical-align: top
}

.widget .tagcloud a:after {
    content: '/';
    padding-left: 8px
}

.widget .tagcloud a:last-child {
    margin-right: 0
}

.widget .tagcloud a:last-child:after {
    display: none
}

.widget.widget_media_image {
    margin-bottom: 0
}

.widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

.widget.widget_media_image img {
    display: block
}

.widget.widget_custom_html {
    margin-bottom: 0
}

.widget.widget_text img {
    display: block
}

.widget.widget_calendar {
    width: 100%
}

.widget.widget_calendar table {
    table-layout: fixed
}

.widget.widget_calendar caption {
    margin-bottom: 5px
}

.widget.widget_calendar #today a {
    color: inherit
}

.widget.widget_calendar tfoot td,
.widget.widget_calendar tfoot tr {
    border: 0
}

.widget.widget_nav_menu .qodef-menu-item-arrow {
    display: none
}

.widget.widget_rss ul .rsswidget {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: var(--qode-h6-fs);
    line-height: var(--qode-h6-lh);
    font-weight: var(--qode-h6-fw);
    display: block
}

.widget.widget_rss ul .rssSummary {
    margin-top: 15px
}

.widget.widget_rss ul cite {
    display: block;
    margin-top: 8px
}

.widget {
    margin: 0 0 45px
}

.widget .qodef-widget-title {
    margin: 0 0 14px
}

.widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

.widget a {
    color: var(--qode-text-color)
}

.widget a:hover {
    color: var(--qode-main-color)
}

.widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

.widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

.widget select {
    margin-top: -5px !important
}

.widget .select2 {
    margin-top: -5px !important
}

.widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

.widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

.widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

.widget .tagcloud a {
    color: var(--qode-text-color)
}

.widget .tagcloud a:hover {
    color: var(--qode-main-color)
}

.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

.widget.widget_text a:hover {
    color: var(--qode-widget-link-hover-color)
}

.widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

.widget.widget_calendar tfoot a {
    color: var(--qode-text-color)
}

.widget.widget_calendar tfoot a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget {
    margin: 0 0 45px
}

#qodef-page-sidebar .widget .qodef-widget-title {
    margin: 0 0 14px
}

#qodef-page-sidebar .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget a {
    color: var(--qode-text-color)
}

#qodef-page-sidebar .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

#qodef-page-sidebar .widget select {
    margin-top: -5px !important
}

#qodef-page-sidebar .widget .select2 {
    margin-top: -5px !important
}

#qodef-page-sidebar .widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

#qodef-page-sidebar .widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

#qodef-page-sidebar .widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

#qodef-page-sidebar .widget .tagcloud a {
    color: var(--qode-text-color)
}

#qodef-page-sidebar .widget .tagcloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-sidebar .widget.widget_text a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

#qodef-page-sidebar .widget.widget_calendar tfoot a {
    color: var(--qode-text-color)
}

#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget {
    margin: 0 0 0
}

#qodef-page-header .widget .qodef-widget-title {
    margin: 0 0 14px
}

#qodef-page-header .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget a {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

#qodef-page-header .widget select {
    margin-top: -5px !important
}

#qodef-page-header .widget .select2 {
    margin-top: -5px !important
}

#qodef-page-header .widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

#qodef-page-header .widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

#qodef-page-header .widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

#qodef-page-header .widget .tagcloud a {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget .tagcloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .widget.widget_text a:hover {
    color: var(--qode-widget-link-hover-color)
}

#qodef-page-header .widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

#qodef-page-header .widget.widget_calendar tfoot a {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget.widget_calendar tfoot a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget {
    margin: 0 0 0
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .qodef-widget-title {
    margin: 0 0 14px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget a {
    color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget select {
    margin-top: -5px !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .select2 {
    margin-top: -5px !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .tagcloud a {
    color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .tagcloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_text .textwidget {
    font-size: 14px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_text a:hover {
    color: var(--qode-widget-link-hover-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_calendar tfoot a {
    color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_calendar tfoot a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget {
    margin: 0 0 0
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .qodef-widget-title {
    margin: 0 0 14px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget a {
    color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget select {
    margin-top: -5px !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .select2 {
    margin-top: -5px !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .tagcloud a {
    color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .tagcloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_text a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_calendar tfoot a {
    color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_calendar tfoot a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget {
    margin: 0 0 0
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title {
    margin: 0 0 14px
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget a {
    color: var(--qode-text-color)
}

#qodef-page-footer-bottom-area .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

#qodef-page-footer-bottom-area .widget select {
    margin-top: -5px !important
}

#qodef-page-footer-bottom-area .widget .select2 {
    margin-top: -5px !important
}

#qodef-page-footer-bottom-area .widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

#qodef-page-footer-bottom-area .widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

#qodef-page-footer-bottom-area .widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

#qodef-page-footer-bottom-area .widget .tagcloud a {
    color: var(--qode-text-color)
}

#qodef-page-footer-bottom-area .widget .tagcloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.widget_text a:hover {
    color: var(--qode-widget-link-hover-color)
}

#qodef-page-footer-bottom-area .widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a {
    color: var(--qode-text-color)
}

#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a:hover {
    color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget {
    margin: 0 0 0;
    color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget .qodef-widget-title {
    margin: 0 0 14px
}

#qodef-fullscreen-area .widget .qodef-widget-title a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget a {
    color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px
}

#qodef-fullscreen-area .widget select {
    margin-top: -5px !important
}

#qodef-fullscreen-area .widget .select2 {
    margin-top: -5px !important
}

#qodef-fullscreen-area .widget[class*="_search"] .qodef-search-form-field {
    margin-top: -6px !important
}

#qodef-fullscreen-area .widget[class*="_search"] button {
    align-items: center;
    background-color: transparent !important;
    border: 0;
    color: var(--qode-text-color);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

#qodef-fullscreen-area .widget[class*="_search"] button:hover {
    color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget[class*="_search"] button svg {
    display: block;
    fill: currentColor;
    height: auto;
    stroke: none;
    width: 24px
}

#qodef-fullscreen-area .widget .tagcloud a {
    color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget .tagcloud a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-fullscreen-area .widget.widget_text a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.widget_calendar #today {
    color: var(--qode-heading-color);
    background-color: var(--qode-border-color)
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a {
    color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-heading-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background-color: var(--qode-additional-background-color);
    left: 0;
    line-height: 1em;
    padding: 9px 9px 7px 9px;
    position: absolute;
    top: 0;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: left top;
    z-index: 5
}

#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
    margin: 0
}

#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
    display: inline-block;
    position: relative;
    vertical-align: top
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
    display: inline-block;
    fill: none;
    height: auto;
    margin-right: 4px;
    stroke: var(--qode-text-color);
    stroke-width: 2px;
    width: 14px
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
    stroke: var(--qode-heading-color)
}

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
    align-items: center;
    display: flex;
    font-size: 15px;
    margin: 5px 0 0 0;
    position: relative
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
    margin-right: 6px
}

#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
    text-decoration: none
}

#qodef-woo-page .added_to_cart,
#qodef-woo-page .button,
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 14px 51px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color);
    border: 1px solid transparent
}

#qodef-woo-page .added_to_cart:hover,
#qodef-woo-page .button:hover,
.qodef-woo-shortcode .added_to_cart:hover,
.qodef-woo-shortcode .button:hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color)
}

#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button.added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button.added {
    display: none
}

#qodef-woo-page .quantity {
    white-space: nowrap
}

#qodef-woo-page .quantity input[type=number] {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    width: 60px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #969696;
    list-style: none
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    margin-top: 12px
}

.woocommerce-page div.woocommerce .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 0 15px 5px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.woocommerce-page div.woocommerce .shop_table td:first-child,
.woocommerce-page div.woocommerce .shop_table th:first-child {
    padding-left: 0
}

.woocommerce-page div.woocommerce .shop_table th {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color)
}

.woocommerce-page div.woocommerce .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
    margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
    margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table p {
    margin: 0
}

.woocommerce-page div.woocommerce .shop_table .cart_item .variation {
    display: flex
}

.woocommerce-page div.woocommerce .shop_table .cart_item .variation dt {
    font-weight: initial
}

.woocommerce-page div.woocommerce .shop_table .cart_item .variation dd {
    margin: 0 0 0 1em
}

.woocommerce-page div.woocommerce .col2-set {
    align-items: flex-start;
    display: flex;
    margin: 0 -15px;
    position: relative
}

.woocommerce-page div.woocommerce .col2-set>* {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%
}

.woocommerce-page div.woocommerce address {
    font-style: normal
}

.woocommerce-page div.woocommerce address p {
    margin: 0
}

.woocommerce-page div.woocommerce form p {
    margin: 0
}

.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
    color: var(--qode-background-color)
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 30px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 0;
    position: relative
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:after,
#qodef-woo-page.qodef--cart .shop_table td.product-remove a:before {
    content: '';
    background-color: currentColor;
    position: absolute;
    top: 0;
    left: 7px;
    width: 1px;
    height: 15px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:before {
    transform: rotate(45deg)
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:after {
    transform: rotate(-45deg)
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    padding-right: 10px;
    width: 120px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
    display: block;
    width: 100%
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h4-fs);
    line-height: var(--qode-h4-lh);
    font-weight: var(--qode-heading-font-weight);
    line-height: 1em !important
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
    margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
    padding: 30px 0 0;
    text-align: initial
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    float: left;
    position: relative;
    width: 70%
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
    display: none
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
    margin-right: 20px;
    width: auto
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
    float: right
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child {
    border-bottom: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: 20%
}

#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
    margin-top: 50px
}

#qodef-woo-page.qodef--cart .cart_totals>h2,
#qodef-woo-page.qodef--cart .cross-sells>h2 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0 0 42px
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
    width: auto;
    min-width: 100%;
    margin: 0
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
    margin-top: 20px
}

.woocommerce-page div.woocommerce>.cart-empty {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0;
    align-items: center;
    border: none
}

.woocommerce-page div.woocommerce>.return-to-shop {
    margin: 20px 0 0;
    text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-heading-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    z-index: 3
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover {
    background-color: transparent;
    color: var(--qode-main-color)
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-direction: column
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
    margin-bottom: 10px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 40px
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
    margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout #order_review_heading {
    margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
    margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
    margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 15px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #969696
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding-left: 25px;
    padding-right: 25px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
    position: absolute;
    top: 18px;
    left: 0;
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    margin: 0;
    cursor: pointer
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-block;
    float: left;
    padding-right: 50px;
    position: relative;
    vertical-align: top;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #969696
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
    margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #f2652e
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: top;
    width: 70%
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 48px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0 0 20px
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: space-between
}

.woocommerce-account .button {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 14px 51px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color);
    border: 1px solid transparent
}

.woocommerce-account .button:hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color)
}

.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
    flex-shrink: 0;
    margin: 0 11px 6px 0
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 31px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    margin: 0;
    padding: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: none
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 0 0 34px
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=text] {
    margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #969696
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
    margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    margin-top: 40px
}

.woocommerce-order-received .woocommerce-order h2 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 40px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
    position: relative;
    margin: 0 9px;
    padding: 0 3px;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color)
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
    display: block;
    line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
    margin-left: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
    margin-right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    padding: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
    display: block;
    fill: none;
    height: auto;
    position: relative;
    stroke: currentColor;
    width: 34px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    margin-right: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
    margin-left: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
    color: var(--qode-heading-color)
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page .woocommerce-pagination {
        margin-bottom: 102px
    }
}

.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-list ul.products {
    align-items: flex-start;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    position: relative
}

.qodef-woo-product-list ul.products>.product {
    margin: 0 0 30px;
    padding: 0 15px
}

.qodef-woo-product-list ul.products.columns-1>.product {
    width: 100%
}

.qodef-woo-product-list ul.products.columns-2>.product {
    width: 50%
}

.qodef-woo-product-list ul.products.columns-3>.product {
    width: 33.33333%
}

.qodef-woo-product-list ul.products.columns-4>.product {
    width: 25%
}

.qodef-woo-product-list ul.products.columns-5>.product {
    width: 20%
}

.qodef-woo-product-list ul.products.columns-6>.product {
    width: 16.66667%
}

.qodef-woo-product-list ul.products.columns-7>.product {
    width: 14.28571%
}

.qodef-woo-product-list ul.products.columns-8>.product {
    width: 12.5%
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
    margin: 0 0
}

.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
    padding: 0 0;
    margin: 0 0 0
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
    margin: 0 -5px
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
    margin: 0 -10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products>.product {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-woo-product-list.qodef-gutter--short ul.products {
    margin: 0 -13px
}

.qodef-woo-product-list.qodef-gutter--short ul.products>.product {
    padding: 0 13px;
    margin: 0 0 26px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
    margin: 0 -15px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products>.product {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
    margin: 0 -20px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products>.product {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
    margin: 0 -25px
}

.qodef-woo-product-list.qodef-gutter--large ul.products>.product {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-woo-product-list.qodef-gutter--mega ul.products {
    margin: 0 -30px
}

.qodef-woo-product-list.qodef-gutter--mega ul.products>.product {
    padding: 0 30px;
    margin: 0 0 60px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -40px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
    padding: 0 40px;
    margin: 0 0 80px
}

.qodef-woo-product-list .qodef-woo-product-inner {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
    cursor: pointer
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
    opacity: 1
}

.qodef-woo-product-list .qodef-woo-product-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

body:not([class*=oraiste-core]) .qodef-woo-product-list .qodef-woo-product-image {
    width: 100%
}

.qodef-woo-product-list .qodef-woo-product-image img {
    display: block;
    width: 100%
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    padding: 10px;
    text-align: center;
    transition: opacity .2s ease-out
}

.qodef-woo-product-list .qodef-woo-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 16px 0 25px
}

.qodef-woo-product-list .qodef-woo-product-title {
    text-align: center
}

.qodef-woo-product-list .price {
    display: flex;
    justify-content: center
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qodef-woo-page .qodef-quantity-buttons {
    align-items: center;
    border: 1px solid var(--qode-additional-border-color);
    display: flex;
    padding: 0 18px;
    width: 109px
}

@media only screen and (max-width:680px) {
    #qodef-woo-page .qodef-quantity-buttons {
        padding: 0;
        width: 73px
    }
}

.qodef--single#qodef-woo-page .qodef-quantity-buttons {
    padding: 0 18px !important;
    width: auto
}

#qodef-woo-page .qodef-quantity-label {
    display: none
}

.qodef--single#qodef-woo-page .qodef-quantity-label {
    display: block;
    margin: 0 25px 0 4px
}

#qodef-woo-page .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-plus {
    color: var(--qode-text-color);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#qodef-woo-page .qodef-quantity-input {
    border: none;
    font-family: inherit;
    height: 48px;
    line-height: 46px;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 21px
}

#qodef-woo-page .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#qodef-woo-page .qodef-quantity-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#qodef-woo-page .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-plus {
    cursor: pointer;
    height: 25px;
    position: relative;
    transition: color .2s ease-out;
    width: 25px
}

#qodef-woo-page .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-minus:before,
#qodef-woo-page .qodef-quantity-plus:after,
#qodef-woo-page .qodef-quantity-plus:before {
    background-color: currentColor;
    content: '';
    height: 1px;
    left: calc(50% - 4.5px);
    position: absolute;
    top: 50%;
    width: 9px
}

#qodef-woo-page .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-plus:hover {
    color: var(--qode-main-color)
}

#qodef-woo-page .qodef-quantity-plus:after {
    transform: rotate(90deg)
}

#qodef-woo-page .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-minus:before {
    left: calc(50% - 4px);
    width: 8px
}

.qodef-woo-results {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    position: relative
}

.qodef-woo-results .woocommerce-ordering {
    margin-left: auto
}

.qodef-woo-results .woocommerce-ordering select {
    width: auto;
    min-width: 220px;
    margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2 {
    width: 250px !important
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
    margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-selection {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
    text-align: right
}

.qodef-woo-results .woocommerce-ordering .select2-selection__arrow {
    display: none !important
}

#qodef-woo-page.qodef--single>.product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    align-items: flex-start;
    display: flex;
    margin: 0 -19px;
    position: relative
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
    padding: 0 19px
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
    left: calc(100% - 19px);
    transform: rotate(-90deg) translate(-100%, -100%)
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
    cursor: crosshair
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
    margin: 0 -18px;
    position: relative
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
    display: block;
    width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    margin: 0 18px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 36px) !important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    margin-top: 36px;
    padding: 0 18px;
    position: relative
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    height: 30px;
    left: 10px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 5
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
    width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
    width: 50%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
    width: 33.33333%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    width: 25%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
    width: 20%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
    width: 16.66667%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
    width: 14.28571%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
    width: 12.5%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: calc(27% + 10px)
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
    display: flex;
    flex-direction: row-reverse
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image {
    width: calc(100% - 27%) !important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper {
    width: 27%
}

@media screen and (min-width:681px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 100%
    }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper {
    display: flex;
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single .entry-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .entry-summary .price {
    margin-top: 13px
}

#qodef-woo-page.qodef--single .entry-summary .price del {
    margin-right: 13px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
    align-items: center;
    display: flex;
    margin-top: 11px;
    position: relative
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
    flex-shrink: 0;
    margin-right: 26px;
    width: auto
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
    color: #696969
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #000
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
    margin-top: 31px;
    padding-right: 20%
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
    margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 54px
}

#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
    align-items: flex-start;
    display: flex
}

#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
    margin-right: 20px
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
    flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
    padding: 20px 0;
    text-align: left;
    vertical-align: middle
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity {
    width: 1%
}

#qodef-woo-page.qodef--single form.cart.grouped_form>.button {
    margin-top: 30px
}

#qodef-woo-page.qodef--single form.cart .group_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

#qodef-woo-page.qodef--single form.cart .group_table td,
#qodef-woo-page.qodef--single form.cart .group_table th {
    padding: 15px 0 15px 5px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td:first-child,
#qodef-woo-page.qodef--single form.cart .group_table th:first-child {
    padding-left: 0
}

#qodef-woo-page.qodef--single form.cart .group_table th {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color)
}

#qodef-woo-page.qodef--single form.cart .group_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table p {
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations {
    margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .variations tr {
    border: 0
}

#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
    border: 0;
    padding: 0;
    text-align: initial;
    vertical-align: middle
}

#qodef-woo-page.qodef--single form.cart .variations label {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .variations select {
    width: auto;
    min-width: 220px;
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
    margin: 10px 0
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    display: inline-block;
    margin: 13px 0 0 15px;
    vertical-align: top
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation-availability>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-description>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-price>* {
    margin: 0 0 15px 0
}

#qodef-woo-page.qodef--single .out-of-stock {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    margin: 47px 0 0
}

#qodef-woo-page.qodef--single .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

#qodef-woo-page.qodef--single .product_meta>* {
    align-items: baseline;
    display: flex;
    margin-bottom: 6px;
    position: relative
}

#qodef-woo-page.qodef--single .product_meta>:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    flex-shrink: 0;
    margin-right: 5px
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: inherit
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
    color: #000
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 95px;
    padding: 0 12%
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
    background-color: var(--qode-additional-border-color);
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0;
    padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    display: block;
    padding: 10px 36px;
    transition: color .2s ease-out, border-color .2s ease-out
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    color: var(--qode-heading-color);
    border-color: var(--qode-main-color)
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        align-items: flex-start;
        flex-direction: column
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
        padding: 10px 0
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
    margin-top: 43px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 50px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 50px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
    display: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p:not(.meta) {
    margin: 0
}

#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th,
#qodef-woo-page.qodef--single .shop_attributes tr {
    border: none
}

#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
    padding: 4px 0;
    text-align: left;
    vertical-align: middle
}

#qodef-woo-page.qodef--single .shop_attributes th {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color)
}

#qodef-woo-page.qodef--single .shop_attributes p {
    margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews #comments {
    margin-bottom: 111px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    list-style: none;
    margin: 27px 0 0 0;
    padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>* {
    margin: 0 0 40px 0;
    padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
    align-items: flex-start;
    display: flex;
    position: relative
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
    border-radius: 50%;
    flex-shrink: 0;
    margin: 8px 25px 0 0;
    width: 85px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
    align-items: baseline;
    display: flex;
    margin: 12px 0 0 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h5-fs);
    line-height: var(--qode-h5-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0 12px 0 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
    display: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__published-date {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.53em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .description {
    margin: 16px 0 0 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-pagination {
    margin-top: 50px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating {
    align-items: baseline;
    display: flex;
    margin: 0 0 23px 0
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
    margin: 0 12px 0 0
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
    display: none;
    line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings {
    display: flex;
    overflow: hidden
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
    stroke: var(--qode-heading-color)
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg {
    stroke: var(--qode-text-color)
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    margin-right: 4px;
    position: relative;
    vertical-align: top
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
    display: inline-block;
    fill: none;
    height: auto;
    stroke: var(--qode-text-color);
    stroke-width: 2px;
    width: 14px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:last-child {
    margin-right: 0
}

#qodef-woo-page.qodef--single .related {
    margin-top: 157px
}

#qodef-woo-page.qodef--single .related>h2 {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    margin: 0 0 36px
}

#qodef-woo-page.qodef--single .related img {
    -o-object-fit: cover;
    object-fit: cover
}

#qodef-woo-page.qodef--single .woocommerce-message {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse
}

.widget.woocommerce .qodef-woo-product-title {
    margin: 0
}

.widget.woocommerce a .product-title {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h6-fs);
    line-height: var(--qode-h6-lh);
    font-weight: var(--qode-h6-fw);
    transition: color .2s ease-out
}

.widget.woocommerce .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
    margin-top: 5px
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
    display: inline-block;
    fill: none;
    height: auto;
    margin-right: 4px;
    stroke: var(--qode-text-color);
    stroke-width: 2px;
    width: 14px
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
    stroke: var(--qode-heading-color)
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
    stroke-width: 1px;
    width: 12px
}

.widget.woocommerce .qodef-woo-ratings~.price {
    margin: -2px 0 0 0
}

.widget.woocommerce .price {
    align-items: center;
    display: flex;
    font-size: 15px;
    margin: 5px 0 0 0;
    position: relative
}

.widget.woocommerce .price del {
    margin-right: 6px
}

.widget.woocommerce .price ins {
    text-decoration: none
}

.widget.woocommerce .button,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-heading-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    z-index: 3
}

.widget.woocommerce .button:hover,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-color: transparent;
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_layered_nav a,
.widget.woocommerce.widget_product_categories a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase
}

.widget.woocommerce.widget_layered_nav a:after,
.widget.woocommerce.widget_product_categories a:after {
    background-color: var(--qode-main-color);
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: 2px;
    transition: opacity .2s ease-out;
    width: 6px
}

.widget.woocommerce.widget_layered_nav a:hover:after,
.widget.woocommerce.widget_product_categories a:hover:after {
    opacity: 1
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    cursor: pointer;
    height: 1px;
    position: relative
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    border-radius: 100%;
    height: 5px;
    outline: 0;
    position: absolute;
    top: -2px;
    width: 5px;
    z-index: 2
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    transform: translateX(-5px)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    border-radius: 0;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 9px 0 0;
    position: relative
}

.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
    position: relative
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h6-fs);
    line-height: var(--qode-h6-lh);
    font-weight: var(--qode-h6-fw);
    align-items: center;
    display: flex;
    position: relative
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    font-family: eleganticons;
    content: '\4d';
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative
}

body:not([class*=oraiste-core]) .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    content: 'x';
    font-family: initial
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
    margin: 0
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: block;
    margin-top: 10px
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0 0
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
    display: flex;
    justify-content: space-between;
    margin: 21px 0 0 0;
    position: relative
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
    display: flex;
    position: relative
}

.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    flex-shrink: 0
}

.widget.woocommerce.widget_products .qodef-woo-product-image a,
.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    display: block;
    position: relative
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_recent_reviews ul li>* {
    display: block
}

.widget.woocommerce.widget_recent_reviews a {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    position: relative
}

.widget.woocommerce.widget_recent_reviews a img {
    left: 0;
    position: absolute;
    top: 0
}

.widget.woocommerce.widget_layered_nav button {
    margin-top: 10px
}

.widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

.widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

.widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

.widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

.widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

.widget.woocommerce .qodef-m-star {
    color: var(--qode-additional-background-color) !important
}

.widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: var(--qode-additional-border-color)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background-color: var(--qode-heading-color)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background-color: var(--qode-heading-color)
}

.widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_products .qodef-widget-title,
.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
.widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    .widget.woocommerce.widget_products .qodef-woo-product-image img,
    .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

.widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

.widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

.widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

.widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

.widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

#qodef-page-sidebar .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_products ul li,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    #qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image img,
    #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

#qodef-page-header .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_products ul li,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-header .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    #qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image img,
    #qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    #qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-woo-product-image img,
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-woo-product-image img,
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products ul li,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    #qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
    #qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    #qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title {
    margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title a {
    color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget.woocommerce a .product-title {
    color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    margin-right: 20px;
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-fullscreen-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        width: 88px !important
    }
}

#qodef-fullscreen-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_products ul li,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 25px
}

#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 105px
}

@media only screen and (max-width:1366px) {

    #qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
    #qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
    #qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 88px !important
    }
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li {
    margin-bottom: 25px;
    min-height: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li {
        min-height: 88px !important
    }
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 125px
}

@media only screen and (max-width:1366px) {
    #qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li>* {
        padding-left: 108px
    }
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a {
    padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a img {
    width: 105px
}

@media only screen and (max-width:1366px) {
    #qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a img {
        width: 88px !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(960px + 60px)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(768px + 60px)
    }
}

@media only screen and (max-width:800px) {
    .qodef-content-grid {
        width: 86%
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 86%)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 86%)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(86% + 60px)
    }
}

@media only screen and (max-width:480px) {
    .qodef-content-grid {
        width: 82%
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 82%)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 82%)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(82% + 60px)
    }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
}

@media only screen and (max-width:480px) {

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
        margin: 0 -35px
    }

    .qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
        padding: 0 1px;
        margin: 0 0 50px;
    }
}

@media only screen and (max-width:1024px) {
    #qodef-404-page {
        min-height: calc(100vh - 70px)
    }

    .admin-bar #qodef-404-page {
        min-height: calc(100vh - 70px - 32px)
    }

    #qodef-404-page .qodef-404 {
        background-size: 100%;
        background-position: top center;
        padding: 32% 25% 0;
        width: 83%
    }
}

@media only screen and (max-width:782px) {
    .admin-bar #qodef-404-page {
        min-height: calc(100vh - 70px - 48px)
    }
}

@media only screen and (max-width:680px) {
    #qodef-404-page .qodef-404 {
        padding: 34% 0 0;
        width: 75%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 11% 11% 9.8% 9.7%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item .qodef-e-info {
        flex-wrap: wrap
    }

    .qodef-blog .qodef-blog-item .qodef-e-info-right {
        margin-top: 15px
    }

    .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
        display: inline-block
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-comments {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 42px
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 21px
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
        flex-wrap: wrap
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
        margin-top: 25px
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-info {
        display: grid;
        grid-template-areas: "title title""date links"
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-title {
        grid-area: title
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-date {
        grid-area: date
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
        grid-area: links
    }

    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 3%
    }
}

@media only screen and (max-width:680px) {
    #respond #commentform .comment-form-cookies-consent {
        align-items: flex-start
    }

    #respond #commentform .comment-form-cookies-consent input[type=checkbox] {
        margin: 6px 11px 6px 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-m-filter .qodef-m-filter-item {
        margin: 0 5px
    }
}

@media only screen and (max-width:1024px) {

    #qodef-page-footer-bottom-area .qodef-content-full-width,
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding: 0 40px !important
    }
}

#qodef-page-footer-bottom-area:before,
#qodef-page-footer-top-area:before {
    left: 40px;
    width: calc(100% - 80px)
}

@media only screen and (max-width:1024px) {
    #qodef-page-footer-bottom-area .widget {
        margin: 0 81px 0 0 !important
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-footer-bottom-area .qodef-grid-inner {
        flex-direction: column
    }

    #qodef-page-footer-bottom-area .qodef-grid-item:nth-child(2) {
        margin-left: initial
    }
}

@media only screen and (max-width:480px) {
    #qodef-page-footer-bottom-area .qodef-grid-item {
        flex-direction: column
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-header {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-mobile-header {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .woocommerce-page div.woocommerce .col2-set {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        width: 100%;
        float: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
        margin-bottom: 20px
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
        float: none
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
        display: none
    }

    #qodef-woo-page.qodef--cart .shop_table td {
        text-align: center
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-remove {
        width: 20px
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-name a {
        font-family: var(--qode-heading-font-family);
        text-transform: var(--qode-heading-text-transform);
        color: var(--qode-heading-color);
        font-size: var(--qode-h5-fs);
        line-height: var(--qode-h5-lh);
        font-weight: var(--qode-heading-font-weight)
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
        display: none
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        width: auto
    }
}

@media only screen and (max-width:768px) {

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 20%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 25%
    }

    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 25%
    }

    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 25%
    }

    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 25%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 33.33333%
    }

    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 33.33333%
    }

    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 33.33333%
    }

    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 33.33333%
    }

    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) {
    .qodef-woo-product-list ul.products.columns-3>.product {
        width: 50%
    }

    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 50%
    }

    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 50%
    }

    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 50%
    }

    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 50%
    }

    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list ul.products.columns-2>.product {
        width: 100%
    }

    .qodef-woo-product-list ul.products.columns-3>.product {
        width: 100%
    }

    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 100%
    }

    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 100%
    }

    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 100%
    }

    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 100%
    }

    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-woo-product-list.qodef-gutter--huge ul.products {
        margin: 0 -35px
    }

    .qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
        padding: 0 35px;
        margin: 0 0 70px
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-results {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: start;
        margin-bottom: 20px
    }

    .qodef-woo-results .woocommerce-ordering {
        margin-left: 0
    }

    .qodef-woo-results .woocommerce-ordering .select2-selection {
        text-align: left
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 60px
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs {
        padding: 0
    }

    #qodef-woo-page.qodef--single .related ul.products.columns-4>.product {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
        left: 10px
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image {
        width: 100% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
        margin-top: 36px !important
    }

    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
        flex-direction: column
    }

    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
        margin: 0 0 25px 0
    }

    #qodef-woo-page.qodef--single .related ul.products.columns-4>.product {
        width: 100%
    }

    #qodef-woo-page.qodef--single .woocommerce-message {
        align-items: flex-end;
        flex-direction: column-reverse
    }

    #qodef-woo-page.qodef--single .woocommerce-message a {
        margin-top: 10px
    }
}

@media only screen and (max-width:480px) {

    #qodef-woo-page.qodef--single form.cart .variations_button,
    #qodef-woo-page.qodef--single form.cart:not(.variations_form) {
        flex-direction: column
    }

    #qodef-woo-page.qodef--single form.cart .variations_button .quantity,
    #qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
        margin-bottom: 20px;
        margin-right: 0;
        padding: 0 22px !important
    }

    #qodef-woo-page.qodef--single form.cart .variations .label {
        vertical-align: top
    }

    #qodef-woo-page.qodef--single form.cart .variations .label>* {
        margin-top: 22px
    }

    #qodef-woo-page.qodef--single form.cart .variations .value {
        position: relative
    }

    #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
        bottom: 0;
        left: 0;
        margin: 0 0 0 20px;
        position: absolute
    }

    #qodef-woo-page.qodef--single form.cart .variations tr:last-child .value {
        padding-bottom: 20px
    }

    #qodef-woo-page.qodef--single form.cart .variations tr:last-child .select2-container--default {
        margin-bottom: 11px
    }
}
